From: Kaushal Modi Date: Fri, 26 Feb 2016 18:32:12 +0000 (+0200) Subject: * lisp/apropos.el (apropos-variable): Doc fix. (Bug#22813). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~561 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ec10ef9;p=emacs.git * lisp/apropos.el (apropos-variable): Doc fix. (Bug#22813). --- diff --git a/lisp/apropos.el b/lisp/apropos.el index 3c1a4136fbf..eb145bdc571 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -505,8 +505,9 @@ variables, not just user options." ;;;###autoload (defun apropos-variable (pattern &optional do-not-all) "Show variables that match PATTERN. -When DO-NOT-ALL is non-nil, show user options only, i.e. behave -like `apropos-user-option'." +With the optional argument DO-NOT-ALL non-nil (or when called +interactively with the prefix \\[universal-argument]), show user +options only, i.e. behave like `apropos-user-option'." (interactive (list (apropos-read-pattern (if current-prefix-arg "user option" "variable")) current-prefix-arg))